home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’96 / Sessions ’96 / TCL and New Technologies / QDGX ƒ / Source / ItsContents_CMain.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-13  |  714 b   |  31 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  ItsContents_CMain.h
  3.  
  4.             Define class of CSaver itsContents variable
  5.             for the CMain document class
  6.     
  7.     Copyright © 1995 My Software Inc. All rights reserved.
  8.  
  9.     Generated by Visual Architect™ 4:16 PM Wed, Dec 13, 1995
  10.  
  11.     This file is only generated once.
  12.  
  13.     YOU NEED TO MODIFY THIS FILE:
  14.  
  15.         Change every instance of CCollaborator below to the
  16.         name of the actual class of your itsContents object
  17.  
  18.  ******************************************************************************/
  19.  
  20. #pragma once
  21.  
  22. #include "CCollaborator.h"
  23.  
  24. #define ITSCONTENTS_CMain CCollaborator
  25.  
  26. #ifdef GENERATE_TEMPLATE
  27.  
  28. #pragma template CSaver<CCollaborator>
  29.  
  30. #endif
  31.